projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef183b9
)
* lisp/help-fns.el (describe-symbol): Use help--symbol-completion-table
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 2 Nov 2018 20:14:49 +0000
(16:14 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 2 Nov 2018 20:14:49 +0000
(16:14 -0400)
lisp/help-fns.el
patch
|
blob
|
history
diff --git
a/lisp/help-fns.el
b/lisp/help-fns.el
index ec46a479ed8ab213271f0eee5df185b98ff246e4..7979ef3328a3e80556d6e99d2d49b4546a4d7638 100644
(file)
--- a/
lisp/help-fns.el
+++ b/
lisp/help-fns.el
@@
-1141,7
+1141,7
@@
current buffer and the selected frame, respectively."
(format
"Describe symbol (default %s): " v-or-f)
"Describe symbol: ")
- obarray
+ #'help--symbol-completion-table
(lambda (vv)
(cl-some (lambda (x) (funcall (nth 1 x) vv))
describe-symbol-backends))